reaper9111 Posted March 9, 2009 Share Posted March 9, 2009 hello all, here is my problem...when i activate the "thing" i want the script to be effective only onceor getting the Activator vanish after its been acomplish, (1 st option is the one i prefer...)but i cant set it up correctly... help would be needed pls ! here's my script scn MySciptName Short Doonce Begin OnActivate Message "MyMessage" Player.Additem MyItem 1Set Doonce to 1End thanks ! Link to comment Share on other sites More sharing options...
xxXEvandarXxx Posted March 9, 2009 Share Posted March 9, 2009 I think the script should be like thisscn MySciptName Short Doonce Begin OnActivate If ( DoOnce == 0 ) Message "MyMessage" Player.Additem MyItem 1 Set Doonce to 1 Endif EndI'm no master scrpiter but I think it should be like that. Link to comment Share on other sites More sharing options...
jonesjoshuar Posted March 9, 2009 Share Posted March 9, 2009 look here:http://cs.elderscrolls.com/constwiki/index...y_Second_Script Link to comment Share on other sites More sharing options...
reaper9111 Posted March 9, 2009 Author Share Posted March 9, 2009 thanks to both of you guys !have a great day ! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.