Skip to content

Fixes arguments inside SDQL call operations being fucked badly.

Rob Nelson requested to merge pull/6156/SDQL into Bleeding-Edge

Created by: PJB3005

What was happening is that the expressions were never evaluated, so "honk" would be literally ""honk"".

ADMINBUS INCOMING.

Tip to the admins, run the following SDQL call:

CALL emote("fart") ON /mob/living/carbon/human IN world

Merge request reports