![]() |
Gani warping
How do you make a gani happen before you change levels then when you enter the level on the warper play a diff. gani?
|
This should work... there is probably a better way of doing it though.
NPC Code: |
Re: Gani warping
Quote:
|
that ime out hs to 0.5 doesn't it?
|
Quote:
|
The timeout was in there because I didn't know if the player entered the level normally would the gani set off or not... you can remove the timeout junk if it doesn't.
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
=/ Nope doesnt work i tried and it umm nerver did the enter one
|
Quote:
|
Quote:
|
Quote:
if (playerenters) { message Warp Ring; } if (playertouchsme) { toweapons Warp Ring; } if (weaponfired) { if (kabot) { setani kabot_spiny,; freezeplayer 1; sleep 1; setlevel2 lostislands_starting.graal,24.5,21.5; } setani liwarp1,; sleep 1; timeout = 0.1; setlevel2 lostislands_starting.graal,24.5,21.5; } if (firedonhorse) { setani spiny_horse,; freezeplayer 1; sleep 1; setlevel2 lostislands_starting.graal,24.5,21.5; } if (bomyweaponfired) { setani bomy_spiny,; freezeplayer 2; sleep 2; setlevel2 lostislands_starting.graal,24.5,21.5; } while (human) { if (strequals(#L,lostislands_starting.graal)&&timeout ) { setani liwarp2,; timeout = 0; } } |
this might work better.
NPC Code: now... does that work? |
Quote:
|
| All times are GMT +2. The time now is 11:14 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.