How to add GP or AP to mobs on there death to player who kills them
set_arena_point(gv("arena_point") + 10 )
would that work on the on Dead ?
set_arena_point(gv("arena_point") + 10 )
would that work on the on Dead ?
AP - set_value('ap', get_value('ap') + value_you_want, gv('name'))Quote:
How to add GP or AP to mobs on there death to player who kills them
set_arena_point(gv("arena_point") + 10 )
would that work on the on Dead ?