![]() |
Staff Warping Gani
Ok here is what I got for the NPC
if (playerchats&&startswith(#c,warpto)) { setani warp1,; sleep 1; setani warp2,; } It works great it's just that it warps me THAN does the gani, can anyone set it up so that it does the gani before the warp? (I tried putting setani first but it just does the gani everytime I talk which isn't what I want). |
are you using the built in graal warpto
|
Quote:
|
Quote:
I have trouble getting it so when I warp other players it shows the gani's for them. But it works fine for staff warping themselves. |
Uh, you forgot something...
if (playerchats&&startswith(#c,warpto)) { setani warp1,; sleep 1; setani warp2,; } It should look like this... if (playerchats&&startswith(warpto,#c)) { setani warp1,; sleep 1; setani warp2,; } |
Quote:
Also note: In some instances that does not work. Give it a try before deciding your done with the script. |
| All times are GMT +2. The time now is 06:42 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.