![]() |
Need Help With Spawning Computers Kotor
I am trying to make a computer panel spawn in the hideout on Taris and I dont know what the script for that would be. I already looked around the site and could not find anything that is really relevant.
Edit: Now I spawned it but the dialog file I set up for it won't fire. |
You need to add a script on the "OnUsed" field of the placeable file. That script would look something like this:
void main() { ActionStartConversation(GetFirstPC(),"computer"); } NOTE: computer is the name of the dialog file for the placeable. |
| All times are GMT -4. The time now is 01:19 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
LFNetwork, LLC ©2002-2011 - All rights reserved.