Jump to content
  • 0

How to fix this?


simplemhan

Question


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  308
  • Reputation:   3
  • Joined:  12/18/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  383
  • Reputation:   109
  • Joined:  11/11/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  308
  • Reputation:   3
  • Joined:  12/18/11
  • Last Seen:  

thanks aerie.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...