Proleric
Proleric
Reactions
-
Re: (flavor text) How to (and best way) to put a message when the PC steps into a certain location?
If the message is important, a conversation can be much clearer than floating text, which is easily missed. To prevent the conversation being cancelled by player actions, assign the following functio… (View Post)1 -
Re: Android - "Install Google Play Games"
Fixed! Google Play Games was already installed, but disabled for security, and out of date. I enabled it in Settings > Apps, updated it in Play Store, then disabled it again. Result - NWN starts i… (View Post)1 -
Re: NWN:EE on Google Play feedback thread 2
The console codes work in the talk box if you use the ## prefix like before. There's a button far left to toggle the chat log, too. (View Post)2 -
Re: how do you make NPCs pick up items?
The animation you're looking for is ANIMATION_LOOPING_GET_LOW (invoked by ActionPlayAnimation). You can also use ActionPickUpItem to recover an actual item. (View Post)1 -
Re: Henchmen feat use
The associate AI can only be influenced in very limited ways during normal gameplay. Many feats (and items, like thieves' tools) are unused. That can be changed by scripting, though that's not for be… (View Post)1