I'm flattered...;).. nt


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

Posted by MrG 207.231.67.18 using Mozilla/4.5 [en] (Win98; I) on March 29, 2000 at 15:05:49:

In Reply to: Re: I need help posted by Triuken on March 29, 2000 at 08:21:14:

:
: 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 ]