Code: Select all
if speed(n$) == swim
Code: Select all
if position(n$) == swimming
I do not see what I'm hoping for in Mobile Positions or an ifCheck for speed in the If Check Lessons
Thanks in advance,
B
Code: Select all
if speed(n$) == swim
Code: Select all
if position(n$) == swimming
Code: Select all
>greet_prog 20~
if isaffected($n) == fly
mpechoat $n You become all too aware that lore might just be true and massive sea creatures gather just below the surface of the water.
else
if ismounted($n)
mpechoat $n You become all too aware that lore might just be true and massive sea creatures gather just below the surface of the water.
else
mpechoat $n You feel something brush up along your side as you swim.
endif
endif
~
|
Code: Select all
if isaffected($n) == Flying
or isaffected($n) == Levitate
Code: Select all
if rand(33)
mpechoat $n Whatever, it's scary...
else
if rand(50)
mpechoat $n Yep, scary
else
mpechoat $n You see a monster!
mpechoaround $n A monster emerges from the deep to attack @N!
mpmload 1234
mpforce m1234 mpkill $n
endif
endif