Quote:
Originally Posted by Liz Shaw
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
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?