Posts
397
Respect
242Add +1
Forum Rank
Perk Hacker
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
main()
{
trigs = getentarray("touch_triggers", "targetname");
if(!isdefined(trigs))
{
return;
}
array_thread(trigs, ::trig_think);
}
trig_think()
{
player = undefined;
self waittill("trigger", player);
player playSound(self.script_sound);
}