obj
var/unlocked = 0
Godly_Sword
price = 300
if(unlocked == 1)
name = "Godly_Sword"
icon_state = "Godly"
weapon_strength = 20
else
name = "average_Sword"
icon_state = "average"
weapon_strength = 10
if won't work in the obj was wondering if this was just a problem with byond it'self or an error.
I have about 5 errors come up with it and i don't see anything wrong.
2) Umm, in name = "Godly_Sword", you don't need the _ there for a space, this'll make the _ actually show up since it's a text (that is if you intended to have it be a space)
3) I am pretty sure that the whole