8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
|
// Clears the vairables used by the Level Setter conversation.
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
DeleteLocalObject(GetPCSpeaker(), "TK_CRAFT_MAGIC_Leveler_Target");
|
||
|
}
|
||
|
|