Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] how to add a time limit
#11
1) Copy john's chasing biscuit.
2) Remove all the bdy's and itr's.
3) Give your character frame number 375, it should look like:
Code:
<frame> 375 distraction
   pic: 999 state: 3 wait: 1  next: 1000 dvx: 550  dvy: 550  centerx: 39 centery: 79 hit_a: 0  hit_d: 0  hit_j: 0
   wpoint:
      kind: 1  x: 73  y: 58  weaponact: 24  attacking: 0  cover: 0  dvx: 0  dvy: 0  dvz: 0
   wpoint_end:
<frame_end>
4) add this to every frame in the copied john biscuit (right after the part with the pic)
Code:
opoint:
      kind: 1  x: 45 y: 1111  oid: ID_OF_CHARACTER action: 375
   opoint_end:
Change the "ID_OF_CHARACTER" to the id number of the character you added frame 375 to.

And you're done!
The result:
A distracting ghost john biscuit,
which will move off the screen after a while.
Check out my portfolio
Reply
Thanks given by:


Messages In This Thread
[solved] how to add a time limit - by sigma_z - 08-23-2008, 02:06 PM
RE: how to add a time limit - by MH-Razen - 08-23-2008, 02:28 PM
RE: how to add a time limit - by Ascor - 08-23-2008, 02:37 PM
RE: how to add a time limit - by sigma_z - 08-23-2008, 03:19 PM
RE: how to add a time limit - by Deus Ex Machina - 08-23-2008, 04:14 PM
RE: how to add a time limit - by MH-Razen - 08-23-2008, 04:48 PM
RE: how to add a time limit - by sigma_z - 08-23-2008, 05:02 PM
RE: how to add a time limit - by MH-Razen - 08-23-2008, 05:07 PM
RE: how to add a time limit - by YinYin - 08-23-2008, 05:48 PM
RE: how to add a time limit - by sigma_z - 08-23-2008, 06:59 PM
RE: how to add a time limit - by Deus Ex Machina - 08-24-2008, 03:50 AM
RE: how to add a time limit - by sigma_z - 08-24-2008, 06:34 AM
RE: how to add a time limit - by Deus Ex Machina - 08-24-2008, 07:15 AM



Users browsing this thread: 2 Guest(s)