Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The mystery of ismovie();
#1
Question 
So, while I've been scavenging examining in-game Alien Wasp script I've came across mysterious ismovie(); command. I've briefly messed with it and found out... Nothing.
So, what does this command do? It's not returning '42', so it surely doesn't carry answer to life the universe and everything. SatCom doesn't contain any data about it too, so this command is unknown to NASA. Did wasps started developing their own programs? Maybe this little command was real reason behind first expedition's failure? What other commands are hidden in our plain sight?
Si vis pace, para bellum.

#2
This function is used to check if a cutscene is currently playing in the game. Tongue

Example:
Code:
while ( ismovie() != 0 )  wait(1);

Effect:
Wait until the cutscene is over.
Sorry for my English
[Image: 76561198127157465.png]
#3
Oh... That's...
Disappointing.
Si vis pace, para bellum.

#4
Oh... Well... That's...
Just another CBOT command that need to be documented in our special page in SatCom.
#5
Wait, it's not documented?!
[Image: XvN5CTW.png] [Image: UYXyyMS.png]
#6
Looks like that, no help file in data and no path to it in sources.
Spoiler :
[Image: unknown.png]
#7
I'm sure I saw documentation for it somewhere... but maybe it was in one of the CeeBots


Forum Jump:


Users browsing this thread: 1 Guest(s)