Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline Mabus2018  
#1 Posted : Thursday, January 11, 2018 6:39:23 PM(UTC)
Mabus2018
Private
Joined: 1/7/2018(UTC)
Posts: 26

Thanks: 4 times
Hi there,

I need to access a folder called 'TeamSkirmish' in Zero Hour World Builder for the purpose of giving the Boss General the ability to use the American Paradrop.

To do this, I've been told that I need to go into World Builder > TeamSkirmish and add two separate lots of code (which I have) to 'Scripts\Unit\CommandButton\Use command Button ability at a waypoint' and 'Scripts\Player\Science\Grant a Science to a Given Player' respectively.

However, once I access Edit > Scripts in World Builder, the only folder that appears is 'Neutral'.

Where do I find the TeamSkirmish folder in this tutorial?

Thanks in advance.

Edited by user Thursday, January 11, 2018 6:41:36 PM(UTC)  | Reason: Clarifying the question

Sponsor
Offline acidbrain  
#2 Posted : Friday, January 12, 2018 2:11:31 AM(UTC)
acidbrain
General
Joined: 12/30/2011(UTC)
Posts: 982

Thanks: 95 times
Was thanked: 574 time(s) in 364 post(s)
Maybe This will help...
You have to add skirmish players to the map, start reading at page 55...

Cheers
Panem et kirkinses
Offline Mabus2018  
#3 Posted : Friday, January 12, 2018 11:33:59 PM(UTC)
Mabus2018
Private
Joined: 1/7/2018(UTC)
Posts: 26

Thanks: 4 times
Thanks for including the link. I'm trying to work it out but it's doing my head in!

Is there another way to do this outside WorldBuilder?

The below instructions were given to me by another user, but I'm having trouble navigating my way to where these scripts should be inserted :-/

***********************

To use the Boss General paradrop with script you'll just need to do the Following :

Scripts\Unit\CommandButton\Use command Button ability at a waypoint

Quote:
*** IF ***
True.
*** THEN ***
Unit '<This Object>' use Ability 'Command_Paradrop' at Waypoint 'Drop_Here'.



To use it by yourself , You will of course need the Science :

Scripts\Player\Science\Grant a Science to a Given Player

Grant all 3 for 20 rangers , as you sure know.

Quote:
*** IF ***
True.
*** THEN ***
Player '<Local Player>' is granted Science 'SCIENCE_InfantryParadrop1'.
Player '<Local Player>' is granted Science 'SCIENCE_InfantryParadrop2'.
Player '<Local Player>' is granted Science 'SCIENCE_InfantryParadrop3'.
Offline Mabus2018  
#4 Posted : Wednesday, January 17, 2018 2:24:25 PM(UTC)
Mabus2018
Private
Joined: 1/7/2018(UTC)
Posts: 26

Thanks: 4 times
The WorldBuilder Tutorial doesn't seem to show how enter a script into: 'Scripts\Unit\CommandButton\Use command Button ability at a waypoint'.

Can someone please point me to where exactly I can locate this within WorldBuilder?
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.