Re: I need help


[ Follow Ups ] [ Post Followup ] [ Awesome Software Online Message Board ] [ FAQ ]

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:


Well, heres how i would do this.. =)



#IF(playerHandle[0]$=MrG)
{
#DOOROPEN()
}

#IF(playerHandle[1]$=MrG)
{
#DOOROPEN()
}

#IF(playerHandle[2]$=MrG)
{
#DOOROPEN()
}

#IF(playerHandle[3]$=MrG)
{
#DOOROPEN()
}

#IF(playerHandle[4]$=MrG)
{
#DOOROPEN()
}

#IF(door!~=1)
{
#MWIN("The Door is locked...")
#door!=0
#Wait
}

#METHOD DOOROPEN()
{
#MWIN("The Door is open!")
#door!=1
#WAIT
* Warp to the board which is beyond this door.
}


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




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ Awesome Software Online Message Board ] [ FAQ ]