See I have this box and I wanna make it so when someone clicks on this box.. it gives them a gun.. how can this be done?
This is the static archive of the Massassi Forums. The forums are
closed indefinitely. Thanks for all the memories!
You can also download
Super Old Archived Message Boards
from when Massassi first started.
"View" counts are as of the day the forums were archived, and will no longer increase.
symbols thing player local thing switch message startup message activated end code startup: player = getlocalplayerthing(); return; activated: SetInv(player,0,0); //the first # is bin # //2nd # quantity return; end