squattingmonk
squattingmonk
Reactions
-
Re: List of all the new EE functions so far.
I've been putting those pages up whenever a new function is added. While new account creation is locked, wiki admins (like me!) can add new accounts. If anyone wants an account, message me with your … (View Post)2 -
Re: Could Use Help
The Lexicon has a list of sounds in the game. You can play one of these sounds using PlaySound(). All nearby players will hear the sound. (View Post)1 -
Re: Request - Toolset run under wine
The 8164 patch allows the toolset to run under Wine again. Even the area viewer is working for me so far in testing. :grin: (View Post)1 -
Re: Could Use Help
// potion.nss // Heals the PC who drinks it for 25% of his total HP. #include "x2_inc_switches" void main() { // Only function OnActivateItem int nEvent = GetUserDefinedItemEventNumber(); i… (View Post)1 -
Re: Could Use Help
The third parameter of CreateItemOnObject() is the size of the stack to create. So you would do: object oItem = CreateItemOnObject(sResRef, OBJECT_SELF, nStackSize); It looks like it'd be easier to j… (View Post)1