okay, so i made a script, and still being newb at this scripting, it doesn't work
I found a script to teleport the user to an entity, and tried to make it teleport you if you stand on a trigger zone, being so the player wont even notice they are going to be teleported.
Here is the script
;Artificial Intelligence Script
;Header
desc = teleport player to entity when standing on trigger zone
;Triggers
:state=0,plrwithinzone=1:state=1,plrmoveifused
:state=1,plrdistfurther=55:state=0
standing on the zone does nothing.
Thanks...
mehh