I don't think you can put 'commands' there at all!...(more)


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

Posted by Spyder 63.64.160.248 using Mozilla/4.0 (compatible; MSIE 5.0; Windows 95; DigExt) on February 24, 2000 at 21:31:51:

In Reply to: Here's what I need help with: posted by Sclam on February 24, 2000 at 19:35:58:

You can only put variables. ie:

#IF(num!<10)
{
#Fbranch(:abc)
}

If you wanted to say: #If(characterisdead); then you would have to do something like this...:

#If(characterHP!=0)
{
#Mwin("Character has died")
}

I don't think you can put a command in a command like:

#If(#MouseClick(x!,y!)=1,2)
{
#Mwin("Mouse is here ,")
}

You can put any variable after the #If command though, and put commands in the 'then' part of the statement.

PS - For a good example of the #If command in action, download my menu program from my website, the #If command is used plenty of times there.



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 Mesage Board ] [ FAQ ]