Ok i have this
mob/mage/verb/Earthquake(mob/M in oview())
Blah Blah Blah
//then I have.....
if(M.loc==/turf/ground)
//how would I make the ground icon change without making the ground the target of the verb? Also the if(M.loc==/turf/ground) doesn't seem to work.
ID:179872
![]() Oct 17 2001, 11:10 am
|
|
Air Mapster wrote:
Valderalgx wrote: Oh thanks!! i thought that only worked for mobs!! |
Change M.loc.icon. If you want to temporarily play an 'earthquake' movie that you've made, you might try flick() on M.loc.
Try istype(): if (istype(M.loc, /turf/ground))