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