Menus and Options in TRY

Talk about anything Fraxy-related here. If you need help with Fraxy or the forums, you can ask here.
Post Reply
User avatar
Garoslaw
VIP Member
VIP Member
Posts: 1650
Joined: Tue May 04, 2010 6:25 pm
Gold Stars: 4
Location: Poland
Contact:

Menus and Options in TRY

Post by Garoslaw »

Wondering if It's possible to change Enemy Ranks in a Try as well.

But I Can't figure out How to make a Option selection in a TRY file exactly, I seem to always mess up the "OPTION" command or something.

I'd like to ask anyone to Explain exactly how it works.
:yap:

User avatar
Scionox
Elite Fraxian
Elite Fraxian
Posts: 745
Joined: Thu Sep 30, 2010 4:02 pm
Epicness: Rawr
Gold Stars: 1
Location: Lair
Contact:

Re: Menus and Options in TRY

Post by Scionox »

Genocide Heart wrote:Wondering if It's possible to change Enemy Ranks in a Try as well.
"RANKRATE",0 //to disable autorank
"RANK",x //replace x with number that you need
Genocide Heart wrote: But I Can't figure out How to make a Option selection in a TRY file exactly, I seem to always mess up the "OPTION" command or something.
:facepalm:

Use "CHOICES" command
Like

"REPEAT", -1
"IF", _stat = 0
"CHOICES", "Start", "Quit"
menuSelect = _stat
"IF", menuSelect = 0
// your code goes here
"ENDIF"
"IF", menuSelect = 1
// your code goes here too, see, i am lazy
"ENDIF"
"ENDIF"
"WAIT",40
"LOOP"
Was known as: <Insert huge list of nicknames i wont ever use again>
Ancient creation list: http://www.fraxyhq.com/forums/viewtopic.php?f=7&t=1526" onclick="window.open(this.href);return false;
YouTube Channel: Click
Rawr.

This signature has been signed by the End of Infinity.

User avatar
Garoslaw
VIP Member
VIP Member
Posts: 1650
Joined: Tue May 04, 2010 6:25 pm
Gold Stars: 4
Location: Poland
Contact:

Re: Menus and Options in TRY

Post by Garoslaw »

blah. Thanks.
:yap:

Post Reply
Users browsing this forum: No registered users and 44 guests