7 lines
231 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
int DMW_START_CUSTOM_TOKEN = 8000;
//Retrieve targeting information
object oMySpeaker = GetLastSpeaker();
object oMyTarget = GetLocalObject(oMySpeaker, "dmwandtarget");
location lMyLoc = GetLocalLocation(oMySpeaker, "dmwandloc");