Okay, I read up on that but how do I create the actual configuration file (is it just a text file with a specific extension)?
[b]if (choice == -1);Still waiting for choice.return[/b]elseif (choice == 0);A choice has been made;Do somethingelseif (choice == 1);etc
ScriptName BrilliantGlassScriptShort ActivatedBegin OnEquipSet Activated to 1EndBegin GamemodeIf Activated == 1 BrilliantGlassContainerREF.RemoveAllItems Player Player.RemoveItem BrilliantGlass 1 ResetInterior BrilliantGlassCell Set Activated to 0EndifEndBegin MenumodeIf Activated == 1 BrilliantGlassContainerREF.RemoveAllItems Player Player.RemoveItem BrilliantGlass 1 ResetInterior BrilliantGlassCell Set Activated to 0EndifEnd
if ( player.hasMagicEffect WAWA ) && ( player.isUnderWater == 0 || player.isSwimming == 0 ) set rRef to getFirstRef 66 ; - water form while ( rRef ) if ( rRef.getDistance player < 9 ) ; the closest you can get to detecting if the player is on water endIf loopendIf