Quantcast
Channel: LucasForums - Holowan Laboratories
Viewing all articles
Browse latest Browse all 507

New to scripting. Need some help

$
0
0
I made the following script by following a tutorial video on YouTube for TSL:


Code:

void main()
{
object ONPC = GetObjectByTag("dgon");
int bPassive=FALSE;
AssignCommand(ONPC, ActionAttack(GetFirstPC(), bPassive));
}

How do I execute the above script? I'm using KOTOR tool and know C++

Viewing all articles
Browse latest Browse all 507

Trending Articles