Maybe...
This teleporter isn't working... I activate switch and it won't teleport...
/Edward
PS.
These unauthorized NewLines are the doings of this forum...
This teleporter isn't working... I activate switch and it won't teleport...
Code:
# Teleport Back # # By Edward symbols message activated message timer thing goto linkid=1 surface switch0 linkid=2 surface switch1 linkid=2 surface switch2 linkid=2 surface switch3 linkid=2 surface switch4 linkid=2 surface switch5 linkid=2 surface switch6 linkid=2 surface switch7 linkid=2 surface switch8 linkid=2 surface switch9 linkid=2 surface switch10 linkid=2 surface switch11 linkid=2 surface switch12 linkid=2 surface switch13 linkid=2 surface switch14 linkid=2 surface switch15 linkid=2 surface switch16 linkid=2 surface switch17 linkid=2 surface switch18 linkid=2 surface switch19 linkid=2 surface switch20 linkid=2 surface switch21 linkid=2 surface switch22 linkid=2 surface switch23 linkid=2 surface switch24 linkid=2 surface switch25 linkid=2 surface switch26 linkid=2 surface switch27 linkid=2 surface switch28 linkid=2 surface switch29 linkid=2 surface switch30 linkid=2 surface switch31 linkid=2 template disappearing template appearing sound disapperating sound apperating end # code activated: if(GetSenderID()!=2) return; CreateThing(disappearing,GetSourceRef()); PlaySoundPos(disapperating,GetThingPos(GetSourceRef()),1,-1,-1,0x0); DetachThing(GetSourceRef()); SetThingVel(GetSourceRef(),'0 0 1'); SetTimerEx(.1,10,GetSourceRef(),0); return; timer: StopThing(GetParam(0)); TeleportThing(GetParam(0),goto); CreateThing(appearing,GetParam(0)); PlaySoundPos(apperating,GetThingPos(GetParam(0)),1,-1,-1,0x0); return; end
/Edward
PS.
These unauthorized NewLines are the doings of this forum...