mob/verb/q(N as num,Q as num)
if(N is multiple(Q)&&Q is factor(N))
world << Q
_>Or something along those lines.
ID:269023
![]() Jan 24 2005, 9:09 am
|
|
How would you go about doing something like:
mob/verb/q(N as num,Q as num) _>Or something along those lines. |