HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

what this Action means

06-28-2006, 04:06 PM#1
Xios
hey guys i am doing this Trigger where your character (rpg) mounts a wolf or horse and go inside like a zeppelin (but actually you are riding on top.)

i was wondering what the difference is between load and board?
this would help me as i am not sure which one does what.

Trigger:
mount
Collapse Events
Unit - A unit Finishes casting an ability
Collapse Conditions
(Ability being cast) Equal to Mount (Kodo)
Collapse Actions
Unit - Create 1 Kodo for (Owner of (Casting unit)) at (Position of (Casting unit)) facing Default building facing degrees
Unit - Order (Casting unit) to Load (Last created unit)
Unit - Order (Casting unit) to Board (Last created unit)
06-28-2006, 04:11 PM#2
Thunder_Eye
I believe Load is for land units, Board is for the ships. Not sure thou
06-28-2006, 04:19 PM#3
Xios
ok thanks
06-28-2006, 04:27 PM#4
Xios
Another question, would you put
kodo load tauren (goes and picks him up (my idea of what it would be like))
or
tauren load kodo (tauren go onto the kodo (my idea of what is would be like)
06-28-2006, 06:16 PM#5
The)TideHunter(
Correction.

Load is ordering a unit to Load another unit.
Board is ordering a unit to load into another unit.

Use load if you want to order a zepplin/boat to pickup another unit.
Use board if you want a unit to go to the zepplin/boat and be loaded.
06-28-2006, 08:24 PM#6
Xios
yeah cool that worked thanks