function EventHandler() { switch (event_type) { case EVENT_IMPACT: // handle event impact set(viol_damageproperty,VISIBLE); ... return; case EVENT_DETECT: // handle event detect you.skill12 = 0; ... return; } } ... my.event = EventHandler; ...
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de