![]() |
When using the simian virus, do I have to start with infected humans? - Printable Version +- Ndemic Creations Forum (https://forum.ndemiccreations.com) +-- Forum: Ndemic Creations (/forumdisplay.php?fid=1) +--- Forum: Plague Portal (/forumdisplay.php?fid=2) +---- Forum: Scenario Creator (/forumdisplay.php?fid=9) +---- Thread: When using the simian virus, do I have to start with infected humans? (/showthread.php?tid=2129) |
When using the simian virus, do I have to start with infected humans? - Virko0ca - 11-04-2015 05:15 PM I'm trying to do an insect themed scenario for the contest, and I'm using the simian flu as a template. Is there a way to start with infected "apes" and then have the disease cross to humans? If it isn't possible with the editor, is it possible to mod the game with Monobehaviour scripts? RE: When using the simian virus, do I have to start with infected humans? - NdemicTea7 - 13-04-2015 09:49 AM (11-04-2015 05:15 PM)Virko Wrote: I'm trying to do an insect themed scenario for the contest, and I'm using the simian flu as a template. Is there a way to start with infected "apes" and then have the disease cross to humans? This isn't possible I'm afraid. All Plague Inc. games start with a human being infected as patient zero. Hope you can find a way to make the scenario work! RE: When using the simian virus, do I have to start with infected humans? - Sp0tty J0963 - 21-05-2015 02:35 PM After 15 Days Trigger an infinite Event with Trigger Treshhold = 0, IF (Intelligent Ape Flag = FALSE) {Intelligent Ape Flag = True} IF (infected people > 0) {infected people = 0} |