Heh..
I have no idea what you're talking about.
Ya know, if I could edit a_sioncut2.ncs without it breaking the cutscene, we would probably be in business. But I've tried a dozen times before and it always breaks the scene. Might be cause DeNCS doesn't decompile that script right..
I dont know.
Here's what I had before I gave up
void main() {
object oPC = GetFirstPC();
object oSbr = GetObjectByTag("pera_lghtsbr_018", 0);
object oWP = GetObjectByTag("WP_SbrOnFloor", 0);
if (GetIsObjectValid(oSbr)) {
DestroyObject(oSbr);
}
ActionWait(0.3);
CreateItemOnFloor("pera_lghtsbr_018", GetLocation(oWP), 1);
SendMessageToPC(oPC, "I have fired and you should have seen the lightsaber");
}