I think, you better use the NPC script, That you can modify. not a warp script.
such like this:
endless_war,90,86,0 script endleswarp01 45,2,2,{
OnTouch:
warp "endless_war",97,86;
}
Here's.
Not tested, but it should work
endless_war,90,86,0 script endleswarp01 45,2,2,{
OnTouch:
warp "endless_war",97,86;
OnWhisperGlobal:
if (@whispervar0$ == "GO") enablenpc strnpcinfo(0);
if (@whispervar0$ == "END") disablenpc strnpcinfo(0);
end;
OnInit:
disablenpc strnpcinfo(0);
}