obj
clips
Pistol_Clips
verb
Add_Ammo()
set src in usr.contents
if(locate(/obj/guns/Pistol in usr.contents))
locate(/obj/guns/Pistol in usr.contents).clips += 10//error on this line
But i get the error:
Gun.dm:49:error: .: expected end of statement
Please help me fix this problem. If im completely wrong with my code how can i change it so it will work? THanks in advance!
Lummox JR