AutomaticCoding
New Member
- Joined
- Dec 20, 2011
- Messages
- 1,091
- Reaction score
- 1
Long story short, someone asked me (No idea why) to get a cannon working.
How do I do this?
Get in cannon
Stay in cannon till you get taken out (The quest automatically ejects you)
Continue with profile
So far I have:
But, I don't like placing a timer in something that has a variable time (could be 5 seconds, could be 10 minutes), so, how do I do:
while(inCannon) {Do nothing}?
How do I do this?
Get in cannon
Stay in cannon till you get taken out (The quest automatically ejects you)
Continue with profile
So far I have:
PHP:
<PickUp QuestName="Troggish Troubles" QuestId="27789" GiverName="Dr. Hieronymus Blam" GiverId="46664" />
<CustomBehavior File="MountVehOnly" MobMountId="46707" />
<CustomBehavior File="WaitTimer" WaitTime="60000" />
But, I don't like placing a timer in something that has a variable time (could be 5 seconds, could be 10 minutes), so, how do I do:
while(inCannon) {Do nothing}?