Proleric
Proleric
Reactions
-
Re: Could Use Help
You need two checks - do nothing if the entering creature is not a PC, and do nothing unless they are the first in.void main() { object oArea = OBJECT_SELF; object oTarget; object oSpawn; int nPCcoun… (View Post)2 -
Re: Could Use Help
You need GetIsPC to check that the entering object is a PC. GetLocalInt and SetLocalInt to read / write a local variable on the area which counts the number of players in it. As it stands, you will c… (View Post)1 -
Re: Could Use Help
You can do that with the area OnEnter and OnExit scripts. If the entering/exiting object is a PC, increment/decrement a local int on the area. When the int reaches one, create the boss. When it reach… (View Post)2 -
Re: Need help with WinRAR for mod installation.
Agreed. 7zip is the only tool you need for all the archive formats on the Vault (7z, rar, zip, exe) and gives the best compression, too. See guide. (View Post)2 -
Re: Are there any Differences between getting NWN:EE from Steam or Beamdog?
The crucial differences : you can play the Beamdog version standalone, whereas you need Steam running on your PC to play the Steam version. By default, Steam runs on your PC all the time. If you disa… (View Post)5