Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-16-2004, 02:52 AM
Blue_Dragn Blue_Dragn is offline
Registered User
Join Date: Jul 2003
Posts: 302
Blue_Dragn is on a distinguished road
Quote:
Originally posted by xManiamaNx
Post the part of the script that does the level copying and I can probably help.
well

NPC Code:

if (actionserverside) {
if (strequals(#p(0),copylvl)) {
copylevel #p(1),test/#p(1)_#p(3).nw;
}
}
//#CLIENTSIDE
if (playerchats) {
if (startswith(copylevel,#c)) {
tokenize #c;
triggeraction 0,0,serverside,-System,copylvl,#F,#a,#t(1);
}
}



thats what ive done, planned to put a personal extention i had named on the end of level #F i was standing on.

Edit:

fixed the part in the initital code that was messed up anyways
__________________
No longer a Advertisement Goat

Last edited by Blue_Dragn; 01-16-2004 at 05:23 AM..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 04:07 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.