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) 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.
{
#Mwin("Mouse is here
}