ID:110924
 
I really need to learn how to code :p
I promote mine =P
mob/verb/Wut()
del src


:D D: :D D:
=) :p
Thanks all :p
please unban me of dragonball,i'm kiding,i love this game,please unban me
please
LightningNinja91 wrote:
Ocean King wrote:
> > mob/verb/Wut()
> > del src
> >

:D D: :D D:
Fail usage of verb. Should've of gone with usr, not src. Src is the proc, while usr is the verb.

L.M.A.O.
LightningNinja91 wrote:
Fail usage of verb. Should've of gone with usr, not src. Src is the proc, while usr is the verb.
You shouldn't use usr in a verb unless it has a src setting. usr and src are not respectively tied to verbs or procs in any sensible way. src will always be the object that the verb/proc exists on, usr will only be a supplied assumption that should almost never be used.