brother_soifran
Look, Ma! Two Heads!
Gronichonha !
I'm actually learning scripting.
And I 've notice something strange.
When I make a basic script like:
When I test it on the mapper, nothing happen.
When I test it in art temple, in the game, the zombies attack me when thee see me.
Is there another action which don't work in the mapper during testing script?
Thank you.
Brother Soifran
I'm actually learning scripting.
And I 've notice something strange.
When I make a basic script like:
Code:
Procedure_critter_p_proc begin
If obj_can_see_obj(self_obj,dude_obj) then attack(dude_obj);
end
When I test it on the mapper, nothing happen.
When I test it in art temple, in the game, the zombies attack me when thee see me.
Is there another action which don't work in the mapper during testing script?
Thank you.
Brother Soifran