MW3 infinityscript
-
hi
is there a way to load script based on infinity script?
if no, how about add this capability to next update cause c++ not for scripting.thx staffs
-
No and never will be added.
-
You can use GSC for scripting on Plutonium.
-
Xerxes is there anyway to convert scripts based on infinity script to c++?
-
mxve it's not possible u can't set definition for command like if player type !cmd or etc... like that.
gsc is limited. -
RAVEN said in MW3 infinityscript:
mxve it's not possible u can't set definition for command like if player type !cmd or etc... like that.
gsc is limited.init() { level thread chatListener(); } chatListener() { while (true) { level waittill("say", message, player); println(player.name + " said: " + message); } }
just use if/switch on the player message
also theres iw5-gsc-utils for some additional features
https://github.com/fedddddd/iw5-gsc-utils -
This post is deleted!
-
mxve Hello, I would like you to help me and tell me in which folder the iw5-gsc-utils goes and how to make it work or a tutorial on how to work with it