Yeh I figured that. Thanks though.
I was actually wondering if there was a script command to check if its on or do I have to make a custom one.
Edit: another question, if I make a custom script command in script.c do I need to declare it somewhere else so I can use it in scripts. Didnt seem to recognize my custom script command. (though I guess this should be asked in source support)
Edit2: eh I can just use query_sql right?
Edit3: cant figure out how to use it, no knowledge of sql stuff
set .@partyid,getcharid(1); set .@share, query_sql(need help here)
I need it to get the value of exp from that exact partyid (.@partyid).