Okey so my game is making progress, but i get too pissed when i find something on a library that's awesome and then i can't code it in for some reason without getting 50 errors. So i'm gonna relearn my coding. So the game goes pretty slow but Vhake has been working hard on the icons.
Anyone got a good tip for me how to learn coding? I read ZBT guide and learned alot but i can still barely anything more.
|
||||||||||||||||||||||||||||||||||||||||||||||||
mob/verb/dothing()
In this command usr and src are the same. The the object containing dothing() is the player's mob and the one calling dothing() is also the player.
obj/cookie/Click()
In this command src is /obj/cookie since it's the object containing Click(). The one initiating Click() on the other hand, is usr.