I want to make the follwoing:
in my game I got a locked door,which needs a keycard to open it.The player will have to search for the card and when he find it,go to the door and open it using the card.In my game there isn't inventory,so you just have to have the card to open the door.Now,I know I'll need an attribute,so I wrote this in player.ini:
Code: Select all
[card]
initial = 0
low = 0
high = 1