function vase_event() { if (event_type == EVENT_CLICK) { my.skill1 = 0; } } action vase() { my.emask = ENABLE_CLICK; my.event = vase_event; my.skill1 = 1; while(my.skill1) { wait(1); } ent_create("schluessel.mdl", vector(my.x, my.y, my.z +10), doorkey); ent_remove(me); }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de