If MyGlobalVariable == 1set MyGlobalVariable to 0PlaceATme Fighter 1 1 1
If MyGlobalVariable == 1set MyGlobalVariable to 0PlaceATme Fighter 1 1 1
Begin Arena_no_company_script;Prevents player's companions from following him/her to the pit;Checks for team battle companions if player has asked them to join him/herif ( OnActivate == 1 ) if ( Arena_fight == 1 ) if ( ArenaCompanionFollowing == 0 ) Playsound "Door Latched One Open" Player->positioncell 7, -721, -365, 0 "Vivec, Arena Pit" elseif ( ArenaCompanionFollowing == 1 ) ;This is Domas Playsound "Door Latched One Open" Player->positioncell 7, -721, -365, 0 "Vivec, Arena Pit" "arena domas"->positioncell 90, -721, -365, 0 "Vivec, Arena Pit" Set ArenaCompanionFollowing to 0 elseif ( ArenaCompanionFollowing == 2 ) ;This is Vinvanil Playsound "Door Latched One Open" Player->positioncell 7, -721, -365, 0 "Vivec, Arena Pit" "Arena vinvanil relas"->positioncell 90, -721, -365, 0 "Vivec, Arena Pit" Set ArenaCompanionFollowing to 0 elseif ( ArenaCompanionFollowing == 3 ) ;This is Fadali Playsound "Door Latched One Open" Player->positioncell 7, -721, -365, 0 "Vivec, Arena Pit" "Arena fadali sathren"->positioncell 90, -721, -365, 0 "Vivec, Arena Pit" Set ArenaCompanionFollowing to 0 endif elseif ( Arena_fight == 0 ) Activate endifendifEnd