I don't think so. Didn't Randi say that braces for if statements are absolutely mandatory?Major Cooke wrote:So you could do this:
Code: Select all
POSS G 3 { if (health > 1) A_Jump(256,"Alive") //Or perhaps Goto Alive could work? else A_Jump(256,"Dead") //Or perhaps Goto Dead could work? }
EDIT: Quick question. Are A_Jump* functions (when used in "grouped action functions") still going to work?
IE will something like this work?
EDIT2: Meh. I just remembered Graf saying that A_Jump and co. aren't allowed.