how to attached the action

Posted By: bobby_danseco

how to attached the action - 01/13/09 05:21

how to attached the action to behavior during the run time. ?
Posted By: MAGA

Re: how to attached the action - 01/13/09 12:20

..... use script, if there is no action in your script, there will be no actior in behavior panel. File - Map properties - Add script
Posted By: EvilSOB

Re: how to attached the action - 01/13/09 12:29

definately This_Entity = ent_create("someone.mdl", pos_vec, Action_Name);

and maybe This_Entity.event = Action_Name;

also
me = This_Entity;
Action_Name();

© 2024 lite-C Forums