View Single Post
  #7  
Old 07-02-2002, 11:37 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
Re: newbie scripter.

Quote:
Originally posted by draygin

This is what I have so far.
if (playerenters) {toweapons hellwarp;}
if (timeout=.5&&client.hp=0){setlevel2 underworld.nw,30,30;}
HEY BUDDY! YOUR FORGOT YOUR 2nd timeout! this should work...
NPC Code:

if (playerenters) {toweapons hellwarp;timeout=0.05;}
if (timeout&&client.hp=0){setlevel2 underworld.nw,30,30;timeout=0.05;}

__________________
Reply With Quote