banhelba2019
New member
- Messages
- 200
- Points
- 0
- Emulator
using
switch(select("Lord Knight
aladin")){
case 1:
case 2:
}
or any similar script
can i show / hide options completely? Ive seen warper scripts grey out options when you havnt reached the 1st floor of the associated dungeon.
I wanna use
if (#tutorial_air2 == 0)
To activate warps, but i dont want them to show up on my switch(select list without me actually unlocking them with the "set #asdsd" script . . . but then i wanna be able to remove them from said list too by setting it back to 0
Hold on let me get my wallet...
Thank you
switch(select("Lord Knight
case 1:
case 2:
}
or any similar script
can i show / hide options completely? Ive seen warper scripts grey out options when you havnt reached the 1st floor of the associated dungeon.
I wanna use
if (#tutorial_air2 == 0)
Code:
set #tutorial_air2,1;
To activate warps, but i dont want them to show up on my switch(select list without me actually unlocking them with the "set #asdsd" script . . . but then i wanna be able to remove them from said list too by setting it back to 0
Hold on let me get my wallet...
Thank you