Difference between revisions of "Questions"
Jump to navigation
Jump to search
→Stopping Levelled Lists from spawning NPCs at night?
imported>MaXiMiUS |
imported>TheImperialDragon |
||
Line 745: | Line 745: | ||
I can't seem to stop levelled lists from spawning NPCs at night. I only want these NPCs to spawn during certain hours of the day, and disabling them from the NPCs script is ineffective (dozens upon dozens of disabled NPCs). I've tried attaching a script to the levelled lists that should force them to disable during the night, but the NPCs continue to spawn, any ideas? --[[User:MaXiMiUS|MaXiMiUS]] 14:19, 11 June 2006 (EDT) | I can't seem to stop levelled lists from spawning NPCs at night. I only want these NPCs to spawn during certain hours of the day, and disabling them from the NPCs script is ineffective (dozens upon dozens of disabled NPCs). I've tried attaching a script to the levelled lists that should force them to disable during the night, but the NPCs continue to spawn, any ideas? --[[User:MaXiMiUS|MaXiMiUS]] 14:19, 11 June 2006 (EDT) | ||
:How about you make a script that spawns the enemies on a special marker (using PlaceAtMe) instead of the leveled list, and using RandomPercent, and make it so that it has a Return command during the night? You'd have to make a special marker though, and do a lot of scripting... [[User:TheImperialDragon|The Imperial Dragon]] 14:39, 11 June 2006 (EDT) |