Pc_setglobalreg_str
Akkarinage edited this page Nov 5, 2016
·
1 revision
Pages 190
Getting Started
- Installation instructions
- Transitioning from SVN to GIT
- Compiling on your OS
- Connecting & Starting rAthena
Configure your Server
- Scripting like a pro!
- Server Modifications and what to expect
- Database Configuration
Customization
- Adding Custom Items
- Adding Custom Monsters
- GRF Encryption
Setup the Client
- Data folder
- Diff files
Misc Databases
Third-Party Software
Clone this wiki locally
title: Pc setglobalreg str permalink: /Pc_setglobalreg_str/
Define a string variable in the source
#define pc_setglobalreg_str(sd,reg,val) pc_setregistry_str(sd,reg,val,3)
pc_setglobalreg(sd,"VARIABLE_NAME", "VALUE");
This only works for string variables, for numbers check PC_Setglobalreg.