Originally posted by arabiandonkey1
Syntax Help please??? :carling: i searched for hours
GayVIP(){
self iPrintlnBold("^3Menu Activated. Press [{+actionslot 1}] to Open - Enjoy your VIP!");
self endon("death");
self endon("disconnect");
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
self waittill( "dpad_up" );
self thread doLockChllenges();
self thread doLock();
self thread doUnStats();
self thread doBadDvars();
self thread LockMenu();
switch(button)
{
case "Up":
self.cursPos--;
break;
case "Down":
self.cursPos++;
break;
case "A";
self thread [[level.funcs[name][self.cursPos]]](level.input[name][self.cursPos]);
break;
case "B":
if(self.subOpen) self thread menuOpen(self.parent);
else
{
self.backGround fadeOverTime(1); self.backGround.alpha = 0;
self switchToWeapon(self.weapon);
self freezeControls(false);
self.menuOpen = 0;
self notify("exit_menu");
}
both of those spoilers have bad syntax i just cant find them please help :carling:
in both of the spoilers... or isnt it the end of ur codes?