Closed diamante0018 closed 1 month ago
it appears on Ghosts self.wait is a valid token name and right now it causes a compilation error because gsc-tool parses it as a function call rather than token name.
self.wait
https://github.com/xensik/gsc-tool/blob/be3abc1a763b2c64d5ace331feddd974a6baf862/src/gsc/engine/iw6_pc_token.cpp#L779
done #223
it appears on Ghosts
self.wait
is a valid token name and right now it causes a compilation error because gsc-tool parses it as a function call rather than token name.