![]() |
Help
i cant script very well at all, i am making a guild house for my prosporus guild Nitako, i need help scripting an NPC that is like a gate, only Nitako can get in, unless one says open gate, and then any one can get in, also i need somone to help me script something like the dojo in saneterian. also i need...
|
NPC Code: If someone in the guild touchs the door, the door hides, someone isn't, the door shows... |
if(playerenters) {
show } if(playertouchsme && strequals(g,Nitako) { hidelocal; sleep2; showlocal; } if(playersays(open) && strequals(g,Nitako) { hide; sleep2; show; } Just put that in the gate gif |
Quote:
|
oops
Use this
if(playerenters) { show } if(playertouchsme && strequals(g,Nitako) { hidelocal; sleep 2; showlocal; } if(playersays(open) && strequals(g,Nitako) { hide; sleep 2; show; } Bah no matter. there it is.. |
i know all that, but i want it to stay open, actually, i can do that
|
Thats a very simple script,if your asking then why are you saying you can do it now :rolleyes: :rolleyes: :rolleyes:
|
| All times are GMT +2. The time now is 04:10 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.