Page 1 of 1

a Flame that makes ur mount dissapear

Posted: Mon Apr 17, 2006 10:00 am
by Damien
Hello, i really need some help :)

Could someone tell me how to create a flame, but it shouldn't be a normal flame! the flame should teleport u somewhere
(that part i can script) But when u get teleported you mount should also die/dissapear.

Code: Select all

Thanks.

Posted: Mon Apr 17, 2006 6:34 pm
by DevGIB

Code: Select all

var mount := GetEquipmentByLayer( me, 25 );
destroyitem(mount);