Fixed scripts using syntax like $self

This commit is contained in:
smallmodel 2024-04-09 23:22:45 +02:00
parent 2bf1144a14
commit dc60cb45b2
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
4 changed files with 23 additions and 13 deletions

View file

@ -32,18 +32,6 @@ class ScriptVariable;
typedef void (*ScriptDisplayTokenFunc)(const char *type, const char *name);
enum {
method_game,
method_level,
method_local,
method_parm,
method_self,
method_group,
method_owner,
method_field,
method_array,
};
typedef struct scriptmacro {
str name;
str parameters;