View Single Post
  #3  
Old 09-17-2009, 10:33 PM
AHO's Avatar
AHO AHO is offline
Approved Member
 
Join Date: Aug 2008
Location: Germany
Posts: 538
Default

Quote:
Originally Posted by Liz Shaw View Post
How do I only make one warden's uniform appear on
the bed instead of multiple uniforms in the same position?
Only spawn your new item in function Level.OnLoaded() or the item
will duplicated every time you load a save game.


Quote:
Originally Posted by Liz Shaw View Post
Also, I tried to add a chef's uniform in the Embassy kitchen. However, when
I attempted to test it, the level loads with Strogov in his camouflage clothes, without his weapons, under fire.
This occurs, if there is a syntax error in the scripts e.g. missing ")" or ";" etc.
You can check the error message in the console's log
Reply With Quote