View Single Post
  #14  
Old 07-31-2005, 12:12 AM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
i have re-uploaded the levels and that usually works, havn't ran into trouble since, but it's mostly the warprings that don't work here's the script im using,
(yes i am using the warper gani, i will be removing it though):
// NPC made by Excaliber
//#CLIENTSIDE
if (playerenters||playertouchsme&&!hasweapon(MainTown )) {toweapons Warp Rings/MainTown;hidelocal;}

if (weaponfired) {setplayerdir 2;seteffect 0,0,0,0;setani warper,;sleep 1;setani warperend,;setlevel2 main1_darkrival2.nw,5,13;}

if (created) {dontblock;
}

its REALLY simple, so i don't get why it doesn't work online, it's perfect offline

Last edited by excaliber7388; 07-31-2005 at 03:36 AM..
Reply With Quote