Force variable on a character not in script

bWolfie

I'm the man
Messages
850
Points
0
Location
Alberta, Midgard
Github
bWolfie
Emulator
Example:

I want the variable L_CanTalk to be placed on the character Test Character. by using a script.

E.g. an NPC GMs can use to set the variable to a character of their choice.

Is this possible?

 
Yep use these command.

Just keep in mind to check that attchrid(char_rid) returns 1 to prevent errors if the player is offline.

 
Back
Top