Thread: ._______.
View Single Post
  #10  
Old 08-30-2002, 01:13 PM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
NPC Code:
if (!playeronline && strequals(#a,<account>)) {
setstring server.<string>,true;
} else if (playeronline && strequals(#a,<account)) {
if (#s(server.<string>)==true) {
with (getplayer(<account>)) {
setlevel2 <level>,<x>,<y>;
}
}


would something like that work?
__________________
Reply With Quote