
teleporters in SP?
- wanksta
- Readers Club
- Posts: 617
- Joined: Mon Jun 11, 2007 3:04 pm
- Location: Owning Freedom451 Constantly over LAN. Kills:999999999 Owns:943234 Pwns:749455 Killtaculars:5667
![]() |
teleporters in SP?
read topic subject and description... 

Last edited by wanksta on Tue Jun 19, 2007 8:33 am, edited 1 time in total.
- wanksta
- Readers Club
- Posts: 617
- Joined: Mon Jun 11, 2007 3:04 pm
- Location: Owning Freedom451 Constantly over LAN. Kills:999999999 Owns:943234 Pwns:749455 Killtaculars:5667
![]() |
net game equpitment dosent work in sp so i dont think a net game teleporter will work. ill try it though if it dosent work ill post back. but right now im gettin ready too send out the map too the beta testers so i can balance the ai a bit better.
Sig may not be animated.
Lol you got me in like 3 minutes!
Oh wait... I'm banned.... well not funny anymore...
Lol you got me in like 3 minutes!
Oh wait... I'm banned.... well not funny anymore...
- Malolo420
- Readers Club
- Posts: 231
- Joined: Sun Feb 25, 2007 4:52 pm
- Location: Joined: 24 May 2006
- Contact:
Make a trigger volume and call it telefrom or something.
Then make a flag and call it teleto.
Make a scripts folder in your maps folder thats in data, NOT tags.
Open notepad and put(assuming you named it telefrom and teleto).
Save it as a .hsc in your scripts folder, open your map in sapien and go file compile scripts.
Then make a flag and call it teleto.
Make a scripts folder in your maps folder thats in data, NOT tags.
Open notepad and put(assuming you named it telefrom and teleto).
Code: Select all
(script startup teleport
(sleep_until (volume_test_objects telefrom (players))15)
(object_teleport (list_get (players) 0) teleto)
)
Sig over height, width, and file size limits.