IAMColumbia / NationalSpaceship

Advanced Game Engine Scripting SP15-NJ Repo
3 stars 17 forks source link

SH_keySystem #176

Closed saheinsen closed 9 years ago

saheinsen commented 9 years ago

Description Make Doors that respond to keys the player finds in the environment.

Requirements Locked Door Key integration possible key receptacle

Other Notes N/A

saheinsen commented 9 years ago

https://github.com/saheinsen/Station_Resident_0/blob/master/Station%20Resident%200/Assets/scripts/LockedDoor.cs

https://github.com/saheinsen/Station_Resident_0/blob/master/Station%20Resident%200/Assets/scripts/PowerSlot.cs

saheinsen commented 9 years ago

Powerslot script is attached to an object and looks for a specific powerbox asset to unlock door, these serve as the Keys for the locked door.