AceLevy
Newbie
Posts: 3
Registered: 07-10 |
Hi!
Script 2(void)
{
if (klucz == 0)
{
Print (s: "\cdHalo! Jest tam ktos?");
Delay (50 * 2);
Print (s: "\cgMilcz robaku!");
Delay (50);
}
if (klucz == 1)
Print (s: "ble ble ble");
}
this is my script.
It executes when I click on the wall. What I must to write in my script or what option must I choose to execute my script every time I click on this wall?
Now I'm using "Script Execute" (80) option.
BTW. this texts are in Polish so don't try to undestand :)
Thanks.
Last edited by AceLevy on 07-10-10 at 16:22
|