Forum Thread
  Posts  
Scripting Need Help (Forums : PC Gaming : Scripting Need Help) Locked
Thread Options
Mar 19 2019 Anchor

Trying to require the player to wear an Eva suit to survive on another planet. Have tried a lot of script and quest ideas but am coming up dry.


Begin GameMode

If player.GetInWorldspace NVDLC06Mars = 1

DisablePlayerControls 0 1 1 1 1 1 1

Elseif

else

If (player.GetInWorldspace NVDLC06Mars =1) & (player.GetEquipped NVDLC06EVASuit = 0)

Player.kill Player

Endif

end

Reply to thread
click to sign in and post

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.