View Single Post
  #2  
Old 09-17-2009, 06:24 PM
forlik's Avatar
forlik forlik is offline
Approved Member
 
Join Date: Nov 2008
Location: Minsk, Belarus
Posts: 450
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?
Use one command Level.CreateWorldItem("wardenUniform", ...) instead of multiple.

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.
Very strange. Is it a result of Level.CreateWorldItem("chefUniform", ...) command? Or you was trying to modify SWD file using hex-editor?
Reply With Quote