Guest book

Sergey A. Zhukov, answer to: FloatWave
To add a cow, write the command:

system.create_animal (id = "CODE", type = ANIMAL_COW, party = "ANIMALS", x = 300 , y = 300 )

CODE - is any unique code, for example : "COW_11"
ANIMAL_COW - an identifier of the cows , and other animals identifiers :
ANIMAL_WOLF - wolf
ANIMAL_DEER - deer
ANIMAL_ANTELOPE - antelope
ANIMAL_BEAR - Bear
ANIMAL_TIGER - Tiger
ANIMAL_BISON - Bison
ANIMAL_DONKEY - ass
ANIMAL_HORSE - horse
ANIMAL_LIZARD - lizard
ANIMAL_WARG - big wolf werewolf
ANIMAL_WILDDOG - wild dog
ANIMAL_PIG - pig

x, y - the coordinates on the map where to place the animal. To find the coordinates of any object, you can use the command:
objects.get_position ('CODE')
CODE - the identifier of the object , such as the main character is 'ALTER_EGO'. The coordinates of the protagonist : objects.get_position ('ALTER_EGO')

The animal became the enemy of the protagonist, it is necessary to type the command:
objects.set_attribute ('CODE', 'foes', ['UISPIELER'])

CODE - an identifier of the created animal.
Guest, answer to: Sergey A. Zhukov
Can i spawn NPCS or enemies? Thank you
Guest, answer to: Sergey A. Zhukov
Can i spawn NPCS or enemies? Thank you
Guest, answer to: Sergey A. Zhukov
Can i spawn NPCS or enemies? Thank you
02.09.2013 08:21 FloatWave
Can you please make article about console commands? As how to give items, teleport, spawn animals, go to the another location (from console) etc. Thx
Sergey A. Zhukov, answer to: FloatWave
Hi! The console allows you to execute any command on the language Phyton. Therefore, the number of teams is huge . I can write basic commands , if you write something that specifically interests you.
30.08.2013 09:17 Guest
Checked again. For talent Humor described below - works. The problem was in a text editor, which automatically changed something in the script , and the program saw its " broken ." In another editor - all OK. In general ... the problem is solved .
Sergey A. Zhukov, answer to: Guest
All right. Sorry I could not answer , was too busy at work. Not before it .
29.08.2013 07:01 Guest
Hello , Sergey A. Zhukov!
So what about my question about pickpocketing and talent of Humor ?

Tried to change object_events.py wrote below , but the program with a modified script refuses to run until the original script can not be put in place : (

It turns out , the list of items for pick-pocketing and talent Humor lies somewhere else ?
29.08.2013 12:03 RicH
Hello ! I do not find anything there , where it should be
Bunker , the interior # 504
And the burning ruins of the farm is not searched .
Development by Sergey A.Zhukov 2007-2012