
04-11-2001, 09:12 AM
|
Registered User
|
Join Date: Mar 2001
Posts: 494
|
|
hehe..Well I am trying to figure out how to do Capture the flag
but it isn't working
too well..The first NPC (using 2 npcs for one flag):
if (playerenters && !gotredflag){setcharani
flagstill,1;show;}else{hide;}
if (!gotredflag){setcharani flagstill,1;show;}
if (playertouchsme){set gotredflag;}
2nd:
if (gotredflag){
setcharani flag,1;followplayer;show;}
if (playerhurt) {
unset gotredflag;
}
if (playerdies){unset gotredflag;}
if (!gotredflag){hide;}
But if I get hurt and go to grab it again the first flag
disappears (like ti
shoudl) but
the other flag doesn't appear with me again
|
|
|