Thread: copylevel
View Single Post
  #7  
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