Author Topic: RPG Code  (Read 625 times)

Soo... I was digging around in the CityRPG Bank brick code and i found a part where you could store your items... Is this fully functional?

Test it yourself. CityRPG is a functional gamemode, so it should work. One easy way is just to set the image name as a variable on the actual brick you're storing in, then use a serverCmd with a raycast that checks if you're looking at that brick to get the image name value. After that, give the player the imageName or call the function that gives weapons or whatever.