|
Posted by Dude1310
I want to create a script where if u touch a certain npc then a different npc hides for 10 seconds then shows. I'm having trouble making this, could anyone help or make a script for it and message me or post it here?
|
Ah its like a link NPC? I don't get much what you want,
So try this if you want once you touch an NPC makes it hide for 10 seconds, pretty easy script(for Gs1/Level Editor)
if (playertouchsme) {
hide;
sleep 10;
show;
}
|
If you wanted to link two NPC's , you must link them in a class or something, I personally think its better tho.
So yeah you need a server for it.
You can always ask developers on how to link, sorry I'm not that good with scripting...