Posted by Triuken 206.173.26.77 using Mozilla/4.51 [en] (Win98; I) on March 29, 2000 at 08:21:14:
In Reply to: I need help posted by Clowd1 on March 29, 2000 at 08:00:33:
#IF(playerHandle[1]$=MrG) #IF(playerHandle[2]$=MrG) #IF(playerHandle[3]$=MrG) #IF(playerHandle[4]$=MrG) #IF(door!~=1) #METHOD DOOROPEN() Here, change "MrG" to the player's handle. : how do make it that if you have a particular charecter you can open a door but if you dont a message window pops up and says it is locked....i dont know how
Well, heres how i would do this.. =)
#IF(playerHandle[0]$=MrG)
{
#DOOROPEN()
}
{
#DOOROPEN()
}
{
#DOOROPEN()
}
{
#DOOROPEN()
}
{
#DOOROPEN()
}
{
#MWIN("The Door is locked...")
#door!=0
#Wait
}
{
#MWIN("The Door is open!")
#door!=1
#WAIT
* Warp to the board which is beyond this door.
}