View Single Post
  #2  
Old 09-19-2005, 06:00 PM
napo_p2p napo_p2p is offline
oh snaps
napo_p2p's Avatar
Join Date: Sep 2003
Location: Pismo Beach, California
Posts: 2,118
napo_p2p has a spectacular aura aboutnapo_p2p has a spectacular aura about
Send a message via AIM to napo_p2p Send a message via MSN to napo_p2p
It's against the rules to give full scripts, so I'll give you some hints...
I'll assume you'll be using GS1.

Use a clientside timeout loop to check if the player is swimming. Can use:
PHP Code:
if (strequals(#m,swim)) 
or:
PHP Code:
if (swimming
If they are swimming, an easy way to change their spot is to simply change playerx and playery to a location on the level that is not part of the arena. If you want them warped to a different level, you will have to use triggeraction, since setlevel2 is a serverside command.
__________________
Scito hoc super omnia.
Haec vita est tua una sola.
Dum vita superest, utere maxime quoque puncto, momento, et hora quae habes.
Tempus neminem non manet.
Noli manere tempus.
Carpe Diem

Seize the Day.
Reply With Quote