simplemhan Posted March 22, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 308 Reputation: 3 Joined: 12/18/11 Last Seen: March 4, 2014 Share Posted March 22, 2012 npc 'Guide#Mini' already has a chatroom, cannot create new one. heres my script: animeresort,170,196,6 script Guide#mini 832,22,22,{ OnInit: waitingroom "Mini - Games Event Room",20,"Guide#mini::OnMiniwarp",1; enablewaitingroomevent; end; OnMiniwarp: warpwaitingpc "turbo_room", 128, 91; disablewaitingroomevent; end; OnStart: enablewaitingroomevent; end; } Quote Link to comment Share on other sites More sharing options...
Aerie Posted March 22, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 383 Reputation: 110 Joined: 11/11/11 Last Seen: August 2, 2017 Share Posted March 22, 2012 Please use codebox for your script. animeresort,170,196,6 script Guide#mini 832,22,22,{ If you don't use OnTouch label it's useless to wrote 22,22 If you're only looking for a warp, I think yhis will be enough ... animeresort,170,196,6 script Guide#mini 832, { end; OnInit: waitingroom "Mini - Games Event Room",20,"Guide#mini::OnMiniwarp",1; end; OnMiniwarp: warpwaitingpc "turbo_room", 128, 91; end; } For you error, it can comes from the fact that if you clicking in the NPC it'll launch the OnInit part, you have to put a end; first. Quote Link to comment Share on other sites More sharing options...
simplemhan Posted March 22, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 308 Reputation: 3 Joined: 12/18/11 Last Seen: March 4, 2014 Author Share Posted March 22, 2012 thanks aerie. Quote Link to comment Share on other sites More sharing options...
Question
simplemhan
npc 'Guide#Mini' already has a chatroom, cannot create new one.
heres my script:
animeresort,170,196,6 script Guide#mini 832,22,22,{
OnInit:
waitingroom "Mini - Games Event Room",20,"Guide#mini::OnMiniwarp",1;
enablewaitingroomevent;
end;
OnMiniwarp:
warpwaitingpc "turbo_room", 128, 91;
disablewaitingroomevent;
end;
OnStart:
enablewaitingroomevent;
end;
}
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.