Posted by Christopher B. Matthews 209.167.40.2 using Mozilla/4.0 (compatible; MSIE 5.5; Windows NT) on March 30, 2000 at 05:16:38:
In Reply to: Ok...BIG problem with custom menu...Chris, anyone, please help!... posted by Spyder on March 28, 2000 at 21:33:07:
Your syntax is wrong. Let's say you wanted to get the HP of player 1 (you'd do the same thing for fp, dp, etc)...
#method showPlayer1()
{
*playerHandle[0]$ is a special var with
* player 1's handle stored in it...
#GetHP(playerHandle[0]$, hp!)
#MWin("Your HP is:")
#Wait(a$)
}
c'est tout!