ID:110924
Mar 18 2011, 1:18 pm
|
|
I really need to learn how to code :p
|
Mar 18 2011, 1:26 pm
|
|
Many venues for learning exist. :O
|
I promote mine =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() :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. |