`Hi
Sometimes the below script (rain/snow plugin) errors giving the Wait command as the error...
Sometimes it does not error at all and carry's on as it should..
This must surely be a bug somehow else it would either run all the time or error all the time..
Code: ags
Scratching my head..
barefoot
Sometimes the below script (rain/snow plugin) errors giving the Wait command as the error...
Sometimes it does not error at all and carry's on as it should..
This must surely be a bug somehow else it would either run all the time or error all the time..
ShakeScreenBackground (4, 10, 80);
Wait(1);
srSetSnowDriftRange(20, 80);
srSetSnowDriftSpeed(20, 80);
srSetSnowFallSpeed(50, 200);
srChangeSnowAmount(50);
srSetSnowBaseline(100, 200);
srSetSnowTransparency(4, 50);
srSetSnowView(0, 0, 51, 0);
srSetSnowView(1, 0, 73, 0);
Wait(100);
srSetSnowView(0, 0, 51, 0);
srSetSnowAmount(0);
Display("The chunks of frozen ice miss you by inches!");
Scratching my head..
barefoot