StartTouch
Posted: Sat Jan 16, 2016 5:58 pm
Hey Guys,
How can I only hook OnStartTouch for trigger_multiples?
I made a debug print but it seems like im only getting "worldspawn"
How can I only hook OnStartTouch for trigger_multiples?
Syntax: Select all
@EntityPreHook(EntityCondition.is_player, 'start_touch')
def startTouch(stack_data):
player = make_object(Player, stack_data[0])
zone = make_object(Entity, stack_data[1])
I made a debug print but it seems like im only getting "worldspawn"