- Nov 18, 2005
- 1,311
- 28
- 184
I made this script, that if you give an item you gain a gamepoint - however if you don't have the item it still gives you the gamepoint, anyone have any ideas how i can fix please?
Heres the scrip:
[@item]
#IF
checkitem ITEM
#ACT
take ITEM
GAMEPOINT + 1
#SAY
You gained 1 Gamepoint!\
<Return to Gamepoint menu/@yes>\
<Exit/@exit>\
#ELSEACT
You do not have the correct ITEM, please return when you do.\
<Exit/@exit>\
Heres the scrip:
[@item]
#IF
checkitem ITEM
#ACT
take ITEM
GAMEPOINT + 1
#SAY
You gained 1 Gamepoint!\
<Return to Gamepoint menu/@yes>\
<Exit/@exit>\
#ELSEACT
You do not have the correct ITEM, please return when you do.\
<Exit/@exit>\
